{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Programming Languages: Lab01\n", "\n", "Python Programming language\n", "\n", "1. Read [Chapter 02 - Introduction to Python](Chapter%2002%20-%20Introduction%20to%20Python.ipynb)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Python\n", "\n", "Demonstrate your proficiency of Python by adding cells below here. Write a minimum of 5 functions." ] }, { "cell_type": "markdown", "metadata": { "collapsed": true, "deletable": false, "nbgrader": { "checksum": "297169326cc282847e789900aa0778df", "grade": true, "grade_id": "python-code", "locked": false, "points": 50, "solution": true } }, "source": [ "YOUR ANSWER HERE" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Questions\n", "\n", "What is a closure? Explain." ] }, { "cell_type": "markdown", "metadata": { "collapsed": true, "deletable": false, "nbgrader": { "checksum": "7f3c0a3fc2a3134e89e9bb1336be2193", "grade": true, "grade_id": "closure", "locked": false, "points": 20, "solution": true } }, "source": [ "YOUR ANSWER HERE" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Reflections\n", "\n", "The reflection cell is the most import cell in this lab... in all labs. In your reflection, you should:\n", "\n", "* Reflect! Think and comment on what you have learned this lab, and this week. Connect the ideas onto your own life, and experiences.\n", "* Feel free to comment on what you found challenging, and what you found intuitive.\n", "\n", "Put your comments below:" ] }, { "cell_type": "markdown", "metadata": { "collapsed": true, "deletable": false, "nbgrader": { "checksum": "fb5a1fdd7fbc9cd9dd47331cfbd26d67", "grade": true, "grade_id": "reflection", "locked": false, "points": 50, "solution": true } }, "source": [ "YOUR ANSWER HERE" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.5.1" } }, "nbformat": 4, "nbformat_minor": 1 }